Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODShape


InverseTransform

The InverseTransform method modifies this shape by applying the inverse of the specified transform to it.

ODShape InverseTransform (in ODTransform transform);
transform
A reference to the transform whose inverse is to be applied to this shape.
return value
A reference to this shape after it has been transformed.
DISCUSSION
This method is the inverse operation of the Transform method.

Shapes without a polygonal representation may not be transformable except by simple offsets.

EXCEPTIONS
kODErrNoShapeGeometry
This shape does not have enough geometric information to be transformed with the inverse of the specified transform.
kODErrTransformErr
The transform has no inverse.
SEE ALSO
The ODShape::Transform method (page 654).
The ODTransform::Invert method (page 774).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help